Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClearML remove auto_delete_file=False fix #9909

Closed
wants to merge 2 commits into from
Closed

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Oct 24, 2022

@thepycoder possible fix for #9889

Signed-off-by: Glenn Jocher glenn.jocher@ultralytics.com

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Simplified ClearML model update calls in YOLOv5 logging.

📊 Key Changes

  • Removed auto_delete_file=False argument from ClearML logger calls when saving the latest and best models.

🎯 Purpose & Impact

  • This update streamlines the code by eliminating unnecessary arguments, which could potentially reduce confusion for developers maintaining the code.
  • It is assumed that ClearML's default behavior for auto_delete_file matches the intended functionality, as the argument is no longer explicitly set.
  • End users utilizing ClearML with YOLOv5 may experience a more straightforward logging process, though the change likely has no direct impact on model training or inference.

@thepycoder possible fix for #9889

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
@glenn-jocher glenn-jocher self-assigned this Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TypeError: update_output_model() got an unexpected keyword argument 'auto_delete_file'
1 participant